home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global r
- go(marker(0) + 5)
- if r < 2 then
- set r to r + 1
- if r = 2 then
- set the locH of sprite 4 to the locH of sprite 28
- set the locV of sprite 4 to the locV of sprite 28
- set the locH of sprite 5 to the locH of sprite 30
- set the locV of sprite 5 to the locV of sprite 30
- set the locH of sprite 6 to the locH of sprite 27
- set the locV of sprite 6 to the locV of sprite 27
- set the locH of sprite 7 to the locH of sprite 29
- set the locV of sprite 7 to the locV of sprite 29
- puppetSprite(18, 1)
- cursor(0)
- end if
- end if
- movWatch()
- Navi()
- if rollOver(27) then
- set the castNum of sprite 18 to the number of cast "st"
- set the locV of sprite 18 to the locV of sprite 14
- set the locH of sprite 18 to the locH of sprite 14
- exit
- end if
- if rollOver(30) then
- set the castNum of sprite 18 to the number of cast "tt"
- set the locV of sprite 18 to the locV of sprite 15
- set the locH of sprite 18 to the locH of sprite 15
- exit
- end if
- if rollOver(28) then
- set the castNum of sprite 18 to the number of cast "vtt"
- set the locV of sprite 18 to the locV of sprite 16
- set the locH of sprite 18 to the locH of sprite 16
- exit
- end if
- if rollOver(29) then
- set the castNum of sprite 18 to the number of cast "bt"
- set the locV of sprite 18 to the locV of sprite 17
- set the locH of sprite 18 to the locH of sprite 17
- exit
- end if
- set the locV of sprite 18 to -200
- end
-